Skip to content

Bump com.google.cloud:google-cloud-storage from 2.56.0 to 2.58.0#38

Merged
ivanyu merged 1 commit intomainfrom
dependabot/gradle/com.google.cloud-google-cloud-storage-2.58.0
Oct 2, 2025
Merged

Bump com.google.cloud:google-cloud-storage from 2.56.0 to 2.58.0#38
ivanyu merged 1 commit intomainfrom
dependabot/gradle/com.google.cloud-google-cloud-storage-2.58.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 1, 2025

Bumps com.google.cloud:google-cloud-storage from 2.56.0 to 2.58.0.

Release notes

Sourced from com.google.cloud:google-cloud-storage's releases.

v2.58.0

2.58.0 (2025-09-23)

Features

  • storagecontrol: Add GetIamPolicy, SetIamPolicy, and TestIamPermissions RPCs (c884551)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.62.2 (984f8ca)
  • Fix appendable upload finalization race condition (#3295) (485be18)
  • Fix IllegalMonitorStateException thrown from BlobAppendableUpload.isOpen() (#3302) (aa90468)
  • Update object context diff logic to be shallow rather than deep (#3287) (2fd15f6)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.2 (#3298) (1489f3a)
  • Update googleapis/sdk-platform-java action to v2.62.2 (#3299) (c3b05ac)

v2.57.0

2.57.0 (2025-09-09)

Features

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.62.1 (0e348db)
  • Update BlobAppendableUpload implementation to periodically flush for large writes (#3278) (d0ffe18)
  • Update otel integration to properly activate span context for lazy RPCs such as reads & writes pt.2 (#3277) (3240f67)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.1 (#3280) (d046ea3)
  • Update googleapis/sdk-platform-java action to v2.62.1 (#3281) (c9078bb)
Changelog

Sourced from com.google.cloud:google-cloud-storage's changelog.

2.58.0 (2025-09-23)

Features

  • storagecontrol: Add GetIamPolicy, SetIamPolicy, and TestIamPermissions RPCs (c884551)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.62.2 (984f8ca)
  • Fix appendable upload finalization race condition (#3295) (485be18)
  • Fix IllegalMonitorStateException thrown from BlobAppendableUpload.isOpen() (#3302) (aa90468)
  • Update object context diff logic to be shallow rather than deep (#3287) (2fd15f6)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.2 (#3298) (1489f3a)
  • Update googleapis/sdk-platform-java action to v2.62.2 (#3299) (c3b05ac)

2.57.0 (2025-09-09)

Features

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.62.1 (0e348db)
  • Update BlobAppendableUpload implementation to periodically flush for large writes (#3278) (d0ffe18)
  • Update otel integration to properly activate span context for lazy RPCs such as reads & writes pt.2 (#3277) (3240f67)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.1 (#3280) (d046ea3)
  • Update googleapis/sdk-platform-java action to v2.62.1 (#3281) (c9078bb)
Commits
  • dbaf633 chore(main): release 2.58.0 (#3290)
  • 2fd15f6 fix: update object context diff logic to be shallow rather than deep (#3287)
  • 984f8ca chore: Update generation configuration at Tue Sep 23 02:27:50 UTC 2025 (#3297)
  • aa90468 fix: fix IllegalMonitorStateException thrown from BlobAppendableUpload.isOpen...
  • 34e797d samples: add samples for ranged reads and appendable uploads (#3275)
  • c3b05ac deps: update googleapis/sdk-platform-java action to v2.62.2 (#3299)
  • 1489f3a deps: update dependency com.google.cloud:sdk-platform-java-config to v3.52.2 ...
  • f63c8c7 chore: Update generation configuration at Wed Sep 17 02:26:46 UTC 2025 (#3294)
  • 485be18 fix: fix appendable upload finalization race condition (#3295)
  • b0b0581 test(deps): update cross product test dependencies (#3291)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.56.0 to 2.58.0.
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.56.0...v2.58.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-version: 2.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 1, 2025
@ivanyu ivanyu merged commit 2728476 into main Oct 2, 2025
2 checks passed
@ivanyu ivanyu deleted the dependabot/gradle/com.google.cloud-google-cloud-storage-2.58.0 branch October 2, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant